home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KF16D.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  2.0 KB  |  91 lines

  1. REM  Note: You must have MK2LOAD.EXE version 5.01 to use the macro ADV
  2. REM        Files for the Mark II WCS
  3. REM
  4. REM  For Falcon 3.0 (all versions of the F-16) by Spectrum HoloByte
  5. REM
  6. REM  Macro Version with DIGITAL (keyboard) throttle control
  7. REM
  8. REM  Written and Tested by Buzz Hoffman May, 1994
  9. REM
  10. REM  Base Switch Settings:
  11. REM  Black Hat switch = Digital
  12. REM  Red Switch       = Digital
  13. REM
  14. REM  Note: Choose Joystick in Config - System Screen
  15. REM  Note: To calibrate properly in Falcon make sure the RED mode switch
  16. REM        is in DIGITAL before you enter the cockpit!!!
  17.  
  18. Mdef KF16
  19.  
  20. @DigitalThrottle1
  21. @MinimumThrottle
  22.  
  23. REM FCS(PFCS) Buttons:
  24.  
  25. BTN HU /T Padlock
  26.        /T FwdView
  27.  
  28. BTN HR RadarAntennaElevation
  29.  
  30. BTN HL RadarAzimuthScan
  31.  
  32. BTN HD ECMonRadarOff
  33.  
  34. BTN HM AWACSInfo
  35.  
  36. BTN UB /U CycleA-A
  37.        /M CycleA-A
  38.        /D CycleA-G
  39.  
  40. BTN MB /U RadarScanDistance
  41.        /M RadarScanDistance
  42.        /D ILSHUD
  43.  
  44. BTN LB FwdUp/Dn
  45.  
  46. REM WCS Buttons:
  47.  
  48. BTN 1 /U FlareChaff3X
  49.       /M FlareChaff3X
  50.       /D ILSBeacon/Direct
  51.  
  52. BTN 2 /U AVTROn/Off
  53.       /M AVTROn/Off
  54.       /D Flaps
  55.  
  56. BTN 3 /U TargetSelect
  57.       /M TargetSelect
  58.       /D Gear
  59.  
  60. BTN 4 /U BreakRadarLock
  61.       /M BreakRadarLock
  62.       /D WheelBrakes
  63.  
  64. BTN 5 /U /P TargetLock
  65.          /R IFF
  66.       /M /P TargetLock
  67.          /R IFF
  68.       /D BypassWaypoint
  69.  
  70. BTN 6 SpeedBrake
  71.  
  72. RKR UP /P ACMRadar
  73.        /R NAMRadar
  74.  
  75. RKR DN /P GMRadar
  76.        /R NAMRadar
  77.  
  78. REM
  79. REM                               NOTE:
  80. REM
  81. REM This file works ONLY with the NEW chip and MICROCODE for the MARK II WCS!
  82. REM
  83. REM If you do not have the NEW chip and MICROCODE, contact THRUSTMASTER at
  84. REM (503) 639-3200 and find out how to get the upgrade!!!
  85. REM
  86. REM How can you tell if you have the new chip and microcode?  From the
  87. REM C:\MARK2 DOS prompt, type: DIR MK2LOAD.EXE then hit ENTER. If you receive
  88. REM the message: "File not found", then you have the OLD microcode version
  89. REM that uses the program DOWNLOAD.EXE to load files into the WCS MARK II.
  90. REM
  91.